home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr37 / ovl_mpmt.zip / 199.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1995-02-12  |  1KB  |  82 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 3.O1 (Encryption type I) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     String   STRING001
  20.     String   STRING002
  21.     String   STRING003
  22.     String   STRING004
  23.  
  24. ;------------------------------------------------------------------------------
  25.  
  26.     STRING001 = "STOP TRYING TO RIP MY PPE'S ASSHOLE!!!"
  27.     If (!Exist("12345678")) Print "" ; PPLC BUG!
  28.     FOpen 1, PPEPath() + "colors.cfg", 0, 2
  29.     FGet 1, STRING002
  30.     FGet 1, STRING003
  31.     FGet 1, STRING004
  32.     PrintLn "" + STRING002 + "                        (" + STRING004 + "----+----*----+----*----+" + STRING002 + ")"
  33.     Print "" + STRING002 + "( " + STRING003 + "To" + STRING002 + "):( " + STRING003 + "Enter " + STRING002 + ")=( " + STRING003 + "ALL " + STRING002 + "):@X07 "
  34.  
  35. ;------------------------------------------------------------------------------
  36. ;
  37. ; Usage report (before postprocessing)
  38. ;
  39. ; ■ Statements used :
  40. ;
  41. ;    1       Let 
  42. ;    2       Print 
  43. ;    1       PrintLn 
  44. ;    1       If 
  45. ;    1       FOpen 
  46. ;    3       FGet 
  47. ;
  48. ;
  49. ; ■ Functions used :
  50. ;
  51. ;    21      +
  52. ;    12      !
  53. ;    1       PPEPath()
  54. ;    1       Exist()
  55. ;
  56. ;------------------------------------------------------------------------------
  57. ;
  58. ; Analysis flags : No flag
  59. ;
  60. ;
  61. ;------------------------------------------------------------------------------
  62. ;
  63. ;     One or more PPLC bugs were found, this is not a PPLX error, but PPLX is  
  64. ;     reporting the error ;)  Some statements  like VAR = !!!!10, VAR = !0*!0  
  65. ;     or similar things are not handled  correctly by PPLC, some may use this  
  66. ;     to  avoid a  correct decompilation...  This doesn't mean that there  is  
  67. ;     actually an error, but the probability of error is high...               
  68. ;     ■ Search for : PPLC BUG
  69. ;
  70. ;------------------------------------------------------------------------------
  71. ;
  72. ; Postprocessing report
  73. ;
  74. ;    0       For/Next
  75. ;    0       While/EndWhile
  76. ;    0       If/Then or If/Then/Else
  77. ;    0       Select Case
  78. ;
  79. ;------------------------------------------------------------------------------
  80. ;                 AEGiS Corp - Break the routines, code against the machines!
  81. ;------------------------------------------------------------------------------
  82.